Skip to content

chore: version packages#1

Merged
stevensacks merged 2 commits intomainfrom
changeset-release/main
Apr 27, 2026
Merged

chore: version packages#1
stevensacks merged 2 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@gaia-react/lint@1.1.0

Minor Changes

  • ebad2d3 Thanks @stevensacks! - Add Prettier and Stylelint config subpath exports.

    • @gaia-react/lint/prettier — Prettier engine config (singleQuote, no bracket spacing, ES5 trailing commas, experimental ternaries, Tailwind class-sorting via prettier-plugin-tailwindcss for twJoin/twMerge).
    • @gaia-react/lint/stylelint — Stylelint config extending stylelint-config-standard + stylelint-config-clean-order + stylelint-config-tailwindcss, with stylelint-order plugin and GAIA-specific overrides for CSS modules.

    Consumer usage:

    // prettier.config.mjs
    export {default} from '@gaia-react/lint/prettier';
    
    // stylelint.config.mjs
    export {default} from '@gaia-react/lint/stylelint';

    stylelint joins eslint/prettier/typescript as a peer dependency (optional; only required if you import the stylelint subpath).

@stevensacks stevensacks merged commit 163d9b2 into main Apr 27, 2026
1 check passed
@stevensacks stevensacks deleted the changeset-release/main branch April 27, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant